Add: GTK_PHASE_NONE value to GtkCapturePhase.
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 24 Mar 2014 12:19:53 +0000 (13:19 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:23 +0000 (19:54 +0200)
commit026b5014e89b7637d0f9cb4e15858ca86e41925c
tree18d4e34881af0832234bb579bcaf855616c4ca79
parented5d73b49a7569b88f6c2ca89f441e9c766fd2cf
Add: GTK_PHASE_NONE value to GtkCapturePhase.

Gestures attached with this phase will expect callers to have it
receive events through gtk_event_controller_handle_event(), but
the gesture will still be notified of sequence state changes,
grabs, etc...
gtk/gtkenums.h
gtk/gtkwidget.c